From 89e1e882f5c7042f1f83ede2f8f82242ca3b627b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 6 Aug 2003 01:42:14 +0000 Subject: [PATCH] (Creating Strings): Fix xref for vconcat. --- lispref/strings.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/strings.texi b/lispref/strings.texi index 681e76daea9..7483b5fc7d4 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -255,7 +255,7 @@ printed form is with @code{format} (@pxref{Formatting Strings}) or For information about other concatenation functions, see the description of @code{mapconcat} in @ref{Mapping Functions}, -@code{vconcat} in @ref{Vectors}, and @code{append} in @ref{Building +@code{vconcat} in @ref{Vector Functions}, and @code{append} in @ref{Building Lists}. @end defun -- 2.30.2